projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b4ea2
)
Fix compile error when PGTK_DEBUG is enabled
author
Yuuki Harano
<masm+github@masm11.me>
Wed, 19 May 2021 14:34:16 +0000
(23:34 +0900)
committer
Yuuki Harano
<masm+github@masm11.me>
Wed, 19 May 2021 14:34:16 +0000
(23:34 +0900)
* src/pgtkterm.c (pgtk_set_window_size): Remove "pixelwise" arg,
which is already non-existent.
src/pgtkterm.c
patch
|
blob
|
history
diff --git
a/src/pgtkterm.c
b/src/pgtkterm.c
index 533b9ea894a3a2e5f6115726b651f35d42a401c1..f79329f7ddf4e1f9d946fc2b729c4f27fe742409 100644
(file)
--- a/
src/pgtkterm.c
+++ b/
src/pgtkterm.c
@@
-465,8
+465,7
@@
pgtk_set_window_size (struct frame *f, bool change_gravity,
internal clipping.
-------------------------------------------------------------------------- */
{
- PGTK_TRACE ("pgtk_set_window_size(%dx%d, %s)", width, height,
- pixelwise ? "pixel" : "char");
+ PGTK_TRACE ("pgtk_set_window_size(%dx%d)", width, height);
int pixelwidth, pixelheight;
block_input ();